Feature: User Can Create Post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 40.040s |
Scenario: User can create a post
Before
0m 0.845s
Given
I navigate to page "<LOGIN_URL>"
0m 0.713s
And
I wait for 5 seconds
0m 5.215s
When
I enter a correct email "<EMAIL>"
0m 0.195s
And
I wait for 2 seconds
0m 2.213s
When
I enter a correct password "<PASSWORD>"
0m 0.195s
And
I wait for 2 seconds
0m 2.215s
When
I click on the signin button
0m 0.351s
And
I wait for 5 seconds
0m 5.368s
Then
I can see dashboard admin
0m 0.236s
And
I wait for 2 seconds
0m 2.236s
When
I select the "See Most Posts" section
0m 0.285s
And
I wait for 2 seconds
0m 2.468s
When
I select the "Create New Post" options
0m 0.232s
And
I wait for 2 seconds
0m 2.172s
When
I type the post title "New Post Title"
0m 0.171s
And
I wait for 2 seconds
0m 2.180s
When
I click on the body text
0m 0.170s
And
I wait for 2 seconds
0m 2.169s
When
I click on the "Publish" option
0m 0.184s
And
I wait for 2 seconds
0m 2.183s
When
I click on "Finish Review"
0m 0.200s
And
I wait for 2 seconds
0m 2.178s
When
I click on the "Publish Post Now" button
0m 0.228s
And
I wait for 5 seconds
0m 5.238s
Then
I confirm that post was created
0m 0.196s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<LOGIN_URL>"
And
I wait for 5 seconds
When
I enter a correct email "<EMAIL>"
And
I wait for 2 seconds
When
I enter a correct password "<PASSWORD>"
And
I wait for 2 seconds
When
I click on the signin button
And
I wait for 5 seconds
Then
I can see dashboard admin
And
I wait for 2 seconds
When
I select the "See Most Posts" section
And
I wait for 2 seconds
When
I select the "Create New Post" options
And
I wait for 2 seconds
When
I type the post title "New Post Title"
And
I wait for 2 seconds
When
I click on the body text
And
I wait for 2 seconds
When
I click on the "Publish" option
And
I wait for 2 seconds
When
I click on "Finish Review"
And
I wait for 2 seconds
When
I click on the "Publish Post Now" button
And
I wait for 5 seconds
Then
I confirm that post was created
After
NO IMAGE AVAILABLE